home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / cadetnc / setup.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1996-09-15  |  5.0 KB  |  211 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 325
  7.   ClientWidth = 427
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefaultPosOnly
  13.   WindowState = wsMaximized
  14.   OnCreate = FormCreate
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LabelHeading: TLabel
  19.     Left = 0
  20.     Top = 41
  21.     Width = 427
  22.     Height = 19
  23.     Align = alTop
  24.     Alignment = taCenter
  25.     Caption = 'Application Title'
  26.     Font.Color = clBlack
  27.     Font.Height = -16
  28.     Font.Name = 'Arial'
  29.     Font.Style = [fsItalic]
  30.     ParentFont = False
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 0
  34.     Top = 0
  35.     Width = 427
  36.     Height = 41
  37.     Align = alTop
  38.     TabOrder = 0
  39.     object LabelObjectware: TLabel
  40.       Left = 50
  41.       Top = 1
  42.       Width = 376
  43.       Height = 39
  44.       Align = alClient
  45.       Caption = 'Objectware'
  46.       Font.Color = clBlack
  47.       Font.Height = -24
  48.       Font.Name = 'Arial'
  49.       Font.Style = [fsBold, fsItalic]
  50.       ParentFont = False
  51.     end
  52.     object Panel2: TPanel
  53.       Left = 1
  54.       Top = 1
  55.       Width = 49
  56.       Height = 39
  57.       Align = alLeft
  58.       BevelOuter = bvNone
  59.       TabOrder = 0
  60.     end
  61.   end
  62.   object PanelContent: TPanel
  63.     Left = 0
  64.     Top = 60
  65.     Width = 427
  66.     Height = 265
  67.     Align = alClient
  68.     BevelInner = bvRaised
  69.     BevelOuter = bvLowered
  70.     TabOrder = 1
  71.     object Image1: TImage
  72.       Left = 16
  73.       Top = 9
  74.       Width = 32
  75.       Height = 32
  76.       AutoSize = True
  77.       Picture.Data = {<image000.ico>}
  78.       Stretch = True
  79.     end
  80.     object LabelDirectory: TLabel
  81.       Left = 24
  82.       Top = 152
  83.       Width = 120
  84.       Height = 16
  85.       Caption = 'Installation Directory'
  86.       Font.Color = clBlack
  87.       Font.Height = -13
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = []
  90.       ParentFont = False
  91.     end
  92.     object MemoRequirements: TMemo
  93.       Left = 56
  94.       Top = 16
  95.       Width = 273
  96.       Height = 105
  97.       TabStop = False
  98.       Lines.Strings = (
  99.         'This Installation program installs Objectware Cadet, '
  100.         'Computer Aided Database Engineering Tool.'
  101.         'System Requirements:'
  102.         'IBM PC or compatible with 80386 or higher processor.'
  103.         'Microsoft windows 95'
  104.         '4 MBytes of RAM minimum'
  105.         '6 MBytes of free Harddisk space minimum')
  106.       ReadOnly = True
  107.       TabOrder = 3
  108.     end
  109.     object EditDirectory: TEdit
  110.       Left = 136
  111.       Top = 144
  112.       Width = 145
  113.       Height = 21
  114.       TabOrder = 0
  115.     end
  116.     object MemoCopyRight: TMemo
  117.       Left = 16
  118.       Top = 184
  119.       Width = 433
  120.       Height = 201
  121.       TabStop = False
  122.       Lines.Strings = (
  123.         'COPYRIGHT:'
  124.         
  125.           'This Software is owned by Objectware who shall retain all and so' +
  126.           'le right, title and interest'
  127.         
  128.           'in and to the Software. Objectware grant you the right to use th' +
  129.           'e Software only. The'
  130.         
  131.           'Software is protected by United States copyright law and interna' +
  132.           'tional treaty provisions.'
  133.         
  134.           'You agree not to remove any copyright or other product identific' +
  135.           'ation notices from this'
  136.         'Software.'
  137.         ''
  138.         'LIMIT OF LIABILITY'
  139.         'IN NO EVENT SHALL OBJECTWARE OR ITS SUPPLIERS BE LIABLE FOR ANY'
  140.         'DAMAGES INCLUDING, WITHOUT LIMITATION, ANY LOST PROFITS, LOST'
  141.         'SAVINGS OR OTHER INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL'
  142.         
  143.           'DAMAGES ARISING OUT OF THE USE OF OR INABILITY TO USE SUCH SOFTW' +
  144.           'ARE'
  145.         'EVEN IF OBJECTWARE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH'
  146.         'DAMAGES.')
  147.       ReadOnly = True
  148.       TabOrder = 4
  149.     end
  150.     object ButtonInstall: TButton
  151.       Left = 336
  152.       Top = 48
  153.       Width = 89
  154.       Height = 33
  155.       Caption = 'Install'
  156.       Default = True
  157.       Font.Color = clBlack
  158.       Font.Height = -13
  159.       Font.Name = 'MS Sans Serif'
  160.       Font.Style = [fsBold]
  161.       ParentFont = False
  162.       TabOrder = 1
  163.       OnClick = ButtonInstallClick
  164.     end
  165.     object ButtonCancel: TButton
  166.       Left = 336
  167.       Top = 88
  168.       Width = 89
  169.       Height = 33
  170.       Caption = '&Cancel'
  171.       Font.Color = clBlack
  172.       Font.Height = -13
  173.       Font.Name = 'MS Sans Serif'
  174.       Font.Style = [fsBold]
  175.       ParentFont = False
  176.       TabOrder = 2
  177.       OnClick = ButtonCancelClick
  178.     end
  179.     object ButtonBrowse: TButton
  180.       Left = 296
  181.       Top = 144
  182.       Width = 49
  183.       Height = 21
  184.       Caption = 'Browse'
  185.       TabOrder = 5
  186.       Visible = False
  187.       OnClick = ButtonBrowseClick
  188.     end
  189.     object DirectoryListBox1: TDirectoryListBox
  190.       Left = 136
  191.       Top = 168
  192.       Width = 145
  193.       Height = 97
  194.       ItemHeight = 16
  195.       TabOrder = 6
  196.       Visible = False
  197.       OnChange = DirectoryListBox1Change
  198.       OnExit = DirectoryListBox1Exit
  199.     end
  200.   end
  201.   object ProgmanDdeClient: TDdeClientConv
  202.     DdeService = 'PROGMAN'
  203.     DdeTopic = 'PROGMAN'
  204.     ConnectMode = ddeManual
  205.     Left = 392
  206.     LinkInfo = (
  207.       'Service PROGMAN'
  208.       'Topic PROGMAN')
  209.   end
  210. end
  211.